Get brand
Brands
Get brand
Retrieve a single brand by its external identifier.
GET
Get brand
Returns one brand by external
id. Use this endpoint after the customer selects a brand to load its name, status, and CMS content for the storefront.
Requires a Fire spark access token obtained through token
exchange.
Path parameters
| Parameter | Required | Description |
|---|---|---|
id | Yes | External brand identifier. Alphanumeric characters, _, and - only. 1–64 characters. |
Request
Response
The response wraps a single brand object indata. The shape matches list brands.
Brand fields
See list brands for the full schema, includingcms_template_id and cms.
Error responses
| Status | Description |
|---|---|
401 | Missing or invalid access token. |
403 | Token does not have access to this brand. |
404 | No brand found with the given id. |